@-ms-viewport{
  width: device-width;
}

body {
	text-align: center;
	background-color: #FFFFCC;
	text-align: justify;
}

#container {
	background-color: #ffffff;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 90%;
	margin-left: 10px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

h1 {
	font-family: Georgia, sans-serif;
	font-size: 24pt;
	text-align: left;
	color: black;
}

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	color: black;
	text-align: left;
}

img {
	max-width:100%;
}

table {
	max-width:100%;